home *** CD-ROM | disk | FTP | other *** search
- //
- // Script with car definition
- //
- // This file is included by Data\Logic\%Game Mode%\Cars.scr which includes Data\Logic\Common\Car.def
- // so it can use keywords declared in Car.def
- //
- Car( "G5G1" )
- {
-
- !include("model.scr")
-
- SkinNormal("G5G1")
- SkinMenu("G5G1_MENU")
- SkinGhost("G5G1_GHOST")
-
- SetParam("m_sCarSoundSet", "g5g")
- }
-
- Car( "G5G2" )
- {
-
- !include("model.scr")
-
- SkinNormal("G5G2")
- SkinMenu("G5G2_MENU")
- SkinGhost("G5G2_GHOST")
-
- SetParam("m_sCarSoundSet", "g5g")
- }
-
- Car( "G5G3" )
- {
-
- !include("model.scr")
-
- SkinNormal("G5G3")
- SkinMenu("G5G3_MENU")
- SkinGhost("G5G3_GHOST")
-
- SetParam("m_sCarSoundSet", "g5g")
- }
-
- Car( "G5G4" )
- {
-
- !include("model.scr")
-
- SkinNormal("G5G4")
- SkinMenu("G5G4_MENU")
- SkinGhost("G5G4_GHOST")
-
- SetParam("m_sCarSoundSet", "g5g")
- }
-
-